Creates a string containing a valid SDP that is ready to be transmitted. This function calls Write() and then converts the result to a string.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
ToString 
As 
String
C#
public 
override 
string 
ToString()
Visual C++
public:
virtual 
String^ 
ToString() 
override
JavaScript
function 
toString();

Return Value

Returns the SDP as a new instance of a string.

Remarks

Returns the class name string if unable to compose a valid SDP string.

See Also